bb5c8bf15ac1f95aa2ff89093a7a2b289c0bc4f1,services/src/main/java/org/jclouds/karaf/services/BlobStoreServiceFactory.java,BlobStoreServiceFactory,updated,#String#Dictionary#,56

Before Change




              //We are removing credentials as we don't want them to be visible in the service registration.
                String identity = (String) properties.remove(IDENTITY);
                String credential = (String) properties.remove(CREDENTIAL);
                String endpoint = (String) properties.get(ENDPOINT);

                BlobStoreContext context = null;

After Change



              //We are removing credentials as we don't want them to be visible in the service registration.
                String id = (String) properties.get(Constants.NAME);
                String identity = (String) properties.remove(Constants.IDENTITY);
                String credential = (String) properties.remove(Constants.CREDENTIAL);
                String endpoint = (String) properties.get(Constants.ENDPOINT);

                BlobStoreContext context = null;